/* Small tweek to make the following work in Techstream Demo template */

body{
	background: rgba(0, 0, 0, 1.0);
	background: rgba(255, 255, 255, 1.0);
	transition: background-color 2000ms 0.4s;
}

#Container{
  height: 100%;
}

.slide{
/*
	border-bottom: 1px solid rgba(255,255,255,1);
*/
}

.slide1{
  height: 10.0em;
}

.slide2{
  height: 10.0em;
}

.slide3{
  height: 10.0em;
}

.slide4{
  height: 10.0em;
}

/*
.main-container{
	display: table;
	height: 100%;
	width: 100%;
}
.container-wrap{
	display: table-cell;
	vertical-align: middle;
}
.playground{
	height: 100px;
	line-height: 100px;
	margin: 0 auto;
	text-align: center;
	width: 530px;
}

h1,p{
	color: rgba(255,255,255,1);
}
h1{
	line-height: 2rem;
}
*/